Take account of fringe background extension in scroll_run_hook.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 11 May 2011 03:13:58 +0000 (12:13 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 11 May 2011 03:13:58 +0000 (12:13 +0900)
commit82085752d607f308c3c291b6493886f3311b0a00
tree04c5feea78eeac280a9249c058b0177bdd937211
parent623132c5a67db33ae93193ea65cd2a0853cf8a07
Take account of fringe background extension in scroll_run_hook.

* w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
`width' to `bar_area_x' and `bar_area_width', respectively.
(x_scroll_run): Take account of fringe background extension.

* xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: Rename
local vars `left' and `width' to `bar_area_x' and
`bar_area_width', respectively.
(x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
background extension.
src/ChangeLog
src/w32term.c
src/xterm.c